Q3RotateAboutAxisTransform_GetOrientation
You can use theQ3RotateAboutAxisTransform_GetOrientation
function to get the orientation of the axis of rotation of a rotate-about-axis transform.
TQ3Status Q3RotateAboutAxisTransform_GetOrientation ( TQ3TransformObject transform, TQ3Vector3D *axis);
transform
- A rotate-about-axis transform.
axis
- On exit, the orientation of the axis of the specified rotate-about-axis transform. This vector is normalized.
DESCRIPTION
TheQ3RotateAboutAxisTransform_GetOrientation
function returns, in theaxis
parameter, the current orientation of the axis of rotation of the rotate-about-axis transform specified by thetransform
parameter.